home *** CD-ROM | disk | FTP | other *** search
- Path: cyclone.apertus.com!jeckle
- From: semyona@apertus.com
- Newsgroups: comp.object,comp.lang.c++
- Subject: Re: Defining Object Associations
- Date: 28 Mar 1996 18:03:33 GMT
- Organization: Apertus Technologies, Eden Prairie, MN
- Message-ID: <4jek9l$khc@cyclone.apertus.com>
- References: <4j9ens$jtq@crchh327.rich.bnr.ca> <3158D345.12A4@cais.com>
- NNTP-Posting-Host: jeckle.esg.apertus.com
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- It is almost impossible to get it right from the first time without using
- appropriate foundation. By foundation I mean OO patterns and C++ idioms.
- The best books to look IMO are:
- "Patterns of OO design" by Gamma et al. There is the whole chapter dedicated
- to creational patterns.
- For C++ specific books I would look at J. Coplien's " Advanced C++ Programming
- Styles and Idioms"
- and
- R. Martin "Designing OO C++ applicationd using the Booch method".
-
-
-